projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fec6308
)
Revert "Fix build on macOS (bug#28571)"
author
Alan Third
<alan@idiocy.org>
Thu, 28 Sep 2017 21:27:02 +0000
(22:27 +0100)
committer
Alan Third
<alan@idiocy.org>
Thu, 28 Sep 2017 21:27:02 +0000
(22:27 +0100)
This reverts commit
fec63089d53d2196b0348086aeed70277fbc02c0
.
Prematurely pushed.
src/conf_post.h
patch
|
blob
|
history
diff --git
a/src/conf_post.h
b/src/conf_post.h
index af946082eecd6cb07cbdb0ddcd699388852474e5..febdb8b8bf7a0fc940510857e75dcf1d3b46dc49 100644
(file)
--- a/
src/conf_post.h
+++ b/
src/conf_post.h
@@
-397,12
+397,3
@@
extern int emacs_setenv_TZ (char const *);
#else
# define UNINIT /* empty */
#endif
-
-/* macOS 10.13 supports futimens, futimesat and utimensat, older
- versions don't but can appear as though they do. Disable them
- entirely to avoid breaking cross-version builds on macOS. */
-#ifdef DARWIN_OS
-# undef HAVE_FUTIMENS
-# undef HAVE_FUTIMESAT
-# undef HAVE_UTIMENSAT
-#endif